projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248a47c
)
(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author
Juri Linkov
<juri@jurta.org>
Mon, 17 Oct 2005 06:48:54 +0000
(06:48 +0000)
committer
Juri Linkov
<juri@jurta.org>
Mon, 17 Oct 2005 06:48:54 +0000
(06:48 +0000)
lispref/streams.texi
patch
|
blob
|
history
diff --git
a/lispref/streams.texi
b/lispref/streams.texi
index b5a18e27d012567ca481b3a795e98bf6b9e4a5c3..cb8a7fcf29780c43d63e0e899214682d27386d10 100644
(file)
--- a/
lispref/streams.texi
+++ b/
lispref/streams.texi
@@
-663,7
+663,7
@@
See @code{format}, in @ref{Formatting Strings}, for other ways to obtain
the printed representation of a Lisp object as a string.
@end defun
-@defmac with-output-to-string body
...
+@defmac with-output-to-string body
@dots{}
This macro executes the @var{body} forms with @code{standard-output} set
up to feed output into a string. Then it returns that string.